xen: Convert hotplug page function to use typesafe MFN
authorJulien Grall <julien.grall@arm.com>
Sat, 26 Jan 2019 16:31:55 +0000 (16:31 +0000)
committerJulien Grall <julien.grall@arm.com>
Mon, 19 Aug 2019 14:09:19 +0000 (15:09 +0100)
commit38b7c1710039bf8c55c3181d5db49ab733a5e0cb
treeec7d66fa0130820f8a4be1cdbf52b629283bd0db
parent2a7a876fededf9c98cdf479e413cae25afc3c0b8
xen: Convert hotplug page function to use typesafe MFN

Convert online_page, offline_page and query_page_offline to use
typesafe MFN.

At the same time, the typesafe is propagated as far as possible without
major modifications.

Note, for clarity, the words have been re-ordered in the error message
updated by this patch.

No functional changes.

Signed-off-by: Julien Grall <julien.grall@arm.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/cpu/mcheck/mcaction.c
xen/common/page_alloc.c
xen/common/sysctl.c
xen/include/xen/mm.h